Back

Grote God wij loven U - LEV

instrumental

PNG - MP3 - MIDI
sax PNG
horn PNG
guitar PNG
sax-only PNG
source code
\version "2.24.1"

global = {
  \numericTimeSignature
  \key f\major
  \time 6/8
  \tempo 8=150
}

melody = \relative c'' {
  \global
  a4\2 g16\2( a\2) \grace a(\2 bes4.)\2 | a4.\2 a16(\2 bes32\2 a\2 g16)\2 f8.\3 |
  <a,\5 c\4>4. g'8\3( f\3) d\4 | <a\5 c\4>4 g8\5( f\5 g\5 f\5)
}

guitarClef = "treble"

chordNames = \chordmode {
  f4. bes | f:/a g:m7 | f bes | f:/a g:m
}

\include "../template.ly"
\include "../guitar.ly"

intro

PNG - MP3 - MIDI
horn PNG
sax-only PNG
guitar PNG
sax PNG
source code
\version "2.24.1"

global = {
  \numericTimeSignature
  \key f\major
  \time 6/8
  \tempo 8=150
}

melody = \relative c'' {
  \global
  bes16\2\glissando  c\2 c\2 c8\2 a16\2( bes8\2 a\2) g16\3( f\3) |
  bes16\2\glissando  c\2 c\2 c8\2 a16\2( bes8\2 a\2) f8\3 |
  bes16\2\glissando  c\2 c\2 c8\2 a16\2( bes8\2) \tuplet 3/2 { a16\2( bes\2 a\2) } g\3 f\3 | g4.\3 r8
  f16\3 g\3 a\2 bes\2 |
  
  c8\2 c16\2 c8\2 a16\2( bes8\2 a\2) g16\3( f\3) |
  bes16\2\glissando  c\2 c\2 c8\2 a16\2( bes8\2 a\2) f8\3 |
  bes16\2\glissando  c\2 c\2 c8\2 a16\2( bes8\2) \tuplet 3/2 { a16\2( bes\2 a\2) } g\3 f\3 | g4.\3

  a16\2\^ bes \bendHold \^ \skipNC f'8\1 \grace bes,16\2 \^ a\2 f\3~ | f4.\3
  \grace { <c\4 f\3>8( } <d\4 g\3>) <c\4 f\3> bes\5 | a4.\5 r4. |
}

guitarClef = "treble"

chordNames = \chordmode {
  \repeat unfold 2 { f2. | f:/a | bes | es4. c | }
  f4. bes | f:/a g:m
}

\include "../template.ly"
\include "../guitar.ly"